home *** CD-ROM | disk | FTP | other *** search
- <%
- '+-------------------------------------------------------------------------
- '
- ' Microsoft Windows Media
- ' Copyright (C) Microsoft Corporation. All rights reserved.
- '
- ' File: Help.asp
- '
- ' Contents: Shortcuts to HTML help
- '
- '--------------------------------------------------------------------------
-
-
- if "" = HELPLOCATIONS then
- HELPLOCATIONS = "defined"
-
- Const H_SERVERLEVEL = "/"
- Const H_PPLEVEL = "/"
-
- Const H_SSLHELPTOPIC = "help/htm/usingsecuresocketslayerssl.htm"
- Const H_NTLMAUTHENTOPIC = "help/htm/usingintegratedwindowsauthentication.htm"
- Const H_BASICAUTHENTOPIC = "help/htm/usingbasicauthenticationwhichallowsdelegation.htm"
-
- Const H_SERVERLISTHELPTOPIC = "/help/htm/windowsmediaserviceshelp.htm"
-
- Const H_PPDEFAULTHELPTOPIC = "/help/htm/understandingpublishingpoints.htm"
- Const H_PPSTATUSHELPTOPIC = "/help/htm/cs_pubptmonitortab.htm"
- Const H_PPMEDIAHELPTOPIC = "/help/htm/cs_pubptmediatab.htm"
- Const H_PPADSHELPTOPIC = "/help/htm/cs_pubptadvertisementtab.htm"
- Const H_PPPROPSHELPTOPIC = "/help/htm/cs_pubptpropertiestab.htm"
- Const H_PPPLUGINSHELPTOPIC = "/help/htm/cs_pubptplugintab.htm"
-
- Const H_SERVERSTATUSHELPTOPIC = "/help/htm/cs_servermonitortab.htm"
- Const H_SERVERADSHELPTOPIC = "/help/htm/cs_server_adtab.htm"
- Const H_SERVERPROPSHELPTOPIC = "/help/htm/cs_serverpropertiestab.htm"
- Const H_SERVERPLUGINSHELPTOPIC = "/help/htm/cs_serverplugintab.htm"
- Const H_SERVERDIAGHELPTOPIC = "/help/htm/cs_servertroubleshootingtab.htm"
- Const H_SERVERCPHELPTOPIC = "/help/htm/cachingandproxyingcontent.htm"
- Const H_SERVERREMOVEHELPTOPIC = "/help/htm/toremoveaserver.htm"
- Const H_SERVERDISABLECRITSYSHELPTOPIC = "/help/htm/ensuringthestabilityofyourstreamingmediasystem.htm"
- Const H_SERVERADDHELPTOPIC = "/help/htm/addaserver.htm"
-
- Const H_PPRENAMETOPIC = "/help/htm/cs_renamepubpt.htm"
- Const H_PPDUPLICATETOPIC = "/help/htm/cs_duplicatepubpt.htm"
-
- Const H_PLRENAMETOPIC = "/help/htm/renamingaplugin.htm"
- Const H_PLDUPLICATETOPIC = "/help/htm/cs_duplicateplugin.htm"
-
- Const H_PPADDTOPIC = "/help/htm/cs_addpubpt.htm"
-
- ' Plugins follow
- Const H_NETSOURCETOPIC = "/help/htm/cs_wmsnetworkdatasourceproperties.htm"
- Const H_NETSOURCEPROXYTOPIC = "/help/htm/cs_wmsnetworkdatasourceproxyproperties.htm"
- Const H_ARCHIVERHELPTOPIC = "/help/htm/cs_wmsarchivedatasinkproperties.htm"
- Const H_LOGGINGHELPTOPIC = "/help/htm/cs_wmsclientloggingproperties.htm"
- Const H_ACLCHECKHELPTOPIC = "/help/htm/cs_wmsntfsaclproperties.htm"
- Const H_DIGAUTHENHELPTOPIC = "/help/htm/cs_wmsdigestauthenticationproperties.htm"
- Const H_ACTIVESCRIPTHELPTOPIC = "/help/htm/cs_wmsactivescripteventhandlerproperties.htm"
- Const H_AUTHENHTTPBASICHELPTOPIC = "/help/htm/cs_wmshttpbasicauthenticationproperties.htm"
- Const H_AUTHENANONUSERHELPTOPIC = "/help/htm/cs_wmsanonymoususerauthenticationproperties.htm"
- Const H_AUTHENCUSTOMSSPIHELPTOPIC = "/help/htm/cs_wmshttpbasicauthenticationproperties.htm"
- Const H_AUTHENDPAHELPTOPIC = "/help/htm/cs_wmsanonymoususerauthenticationproperties.htm"
- Const H_AUTHENREALMHELPTOPIC = "/help/htm/cs_wmsanonymoususerauthenticationproperties.htm"
- Const H_CACHEHELPTOPIC = "/help/htm/cs_wmsbasiccacheproperties.htm"
- Const H_HTTPCONTROLPROTHELPTOPIC = "/help/htm/cs_wmshttpservercontrolprotocolproperties.htm"
- Const H_MMSCONTROLPROTHELPTOPIC = "/help/htm/cs_wmsmmsservercontrolprotocolproperties.htm"
- Const H_RTSPCONTROLPROTHELPTOPIC = "/help/htm/cs_wmsrtspservercontrolprotocolproperties.htm"
- Const H_IPACCESSHELPTOPIC = "/help/htm/cs_wmsipaddressauthorizationproperties.htm"
- Const H_IPACCESSADDHELPTOPIC = "/help/htm/cs_wmsipaddressauthorizationproperties_add_edit.htm"
- Const H_UNICASTSINKHELPTOPIC = "/help/htm/cs_wmsunicastdatasinkproperties.htm"
- Const H_MULTICASTSINKHELPTOPIC = "/help/htm/cs_wmsmulticastdatasinkproperties.htm"
- Const H_MULTICASTSINKADVHELPTOPIC = "/help/htm/cs_wmsmulticastdatasinkadvancedproperties.htm"
- Const H_WMIPLUGINHELPTOPIC = "/help/htm/cs_wmswmieventhandlerproperties.htm"
- Const H_PLAYLISTXFORMHELPTOPIC = "/help/htm/cs_wmsclientplaylisttransformproperties.htm"
-
- Const H_WIRELESSHELPTOPIC = "/help/htm/cs_fec_properties.htm"
- Const H_BUFFERINGHELPTOPIC = "/help/htm/cs_buffering_properties.htm"
- Const H_NETCREDHELPTOPIC = "/help/htm/cs_credentialproperties.htm"
- Const H_CACHEPROXYTOPIC = "/help/htm/cs_cacheexpiration_properties.htm"
- Const H_QOSHELPTOPIC = "/help/htm/usingqos.htm"
-
- Const H_USINGPPADSTOPIC = "/help/htm/advertisingmethodssupportedbywindowsmediaservices.htm"
- end if
- %>
-